Skip to content

Update gh-action-pypi-publish to v1.14.2 for metadata 2.5 support - #765

Merged
laughingman7743 merged 1 commit into
masterfrom
fix/bump-pypi-publish-action
Sep 2, 2026
Merged

Update gh-action-pypi-publish to v1.14.2 for metadata 2.5 support#765
laughingman7743 merged 1 commit into
masterfrom
fix/bump-pypi-publish-action

Conversation

@laughingman7743

Copy link
Copy Markdown
Member

WHAT

Bump pypa/gh-action-pypi-publish in release.yaml from v1.13.0 to v1.14.2 (SHA-pinned).

WHY

The v3.36.0 release run failed at the PyPI publish step:

InvalidDistribution: Invalid distribution metadata: '2.5' is not a valid metadata version

Recent hatchling emits core packaging metadata 2.5, which the Twine bundled in v1.13.0 does not recognize. v1.14.2 bundles Twine v7, which supports metadata 2.5 (per the upstream release notes). Nothing was uploaded to PyPI by the failed run, so re-tagging after this fix will retry the release cleanly.

🤖 Generated with Claude Code

The v3.36.0 release failed at the PyPI publish step with
"InvalidDistribution: Invalid distribution metadata: '2.5' is not a
valid metadata version". Recent hatchling emits core metadata 2.5,
which the Twine bundled in gh-action-pypi-publish v1.13.0 does not
recognize. v1.14.2 bundles Twine v7, which supports metadata 2.5.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@laughingman7743
laughingman7743 marked this pull request as ready for review September 2, 2026 14:13
@laughingman7743
laughingman7743 merged commit 4ef4d3e into master Sep 2, 2026
6 checks passed
@laughingman7743
laughingman7743 deleted the fix/bump-pypi-publish-action branch September 2, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant